(profile): New target.
authorRichard M. Stallman <rms@gnu.org>
Sat, 5 Feb 1994 04:58:38 +0000 (04:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 5 Feb 1994 04:58:38 +0000 (04:58 +0000)
(UTILITIES): Mention profile.

lib-src/Makefile.in

index e48ff1c36ad54a38ff5fd3e6ab57b00cf45f55e9..5d13750673a3f2ace691c80e1b2d3b9cc2b1cef7 100644 (file)
@@ -81,8 +81,8 @@ INSTALLABLE_SCRIPTS = rcs-checkin
 
 # Things that Emacs runs internally, or during the build process,
 # which should not be installed in bindir.
-UTILITIES= test-distrib make-path wakeup make-docfile digest-doc sorted-doc \
-       movemail cvtmail fakemail yow env emacsserver hexl timer
+UTILITIES= test-distrib make-path wakeup profile make-docfile digest-doc \
+       sorted-doc movemail cvtmail fakemail yow env emacsserver hexl timer
 
 # Like UTILITIES, but they're not system-dependent, and should not be
 # deleted by the distclean target.
@@ -198,6 +198,9 @@ ctags: ${srcdir}/etags.c $(GETOPTDEPS) etags
 wakeup: ${srcdir}/wakeup.c
        $(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup
 
+profile: ${srcdir}/profile.c
+       $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile
+
 make-docfile: ${srcdir}/make-docfile.c
        $(CC) ${ALL_CFLAGS} ${srcdir}/make-docfile.c $(LOADLIBES) -o make-docfile